home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / uniterm.zoo / readme_v.20e < prev    next >
Text File  |  1990-04-06  |  6KB  |  165 lines

  1. ReadMe for UniTerm V2.0e 011 <-| 
  2. ----------------------------   |
  3. 26.2.89                        |This number is displayed on the 
  4.                                 'About UniTerm...' dialog box and 
  5.                                 indicates the "Edit Number"
  6.  
  7. Changes 2.0d to 2.0e
  8. --------------------
  9.  
  10. General: - Setup file format changed! 
  11.  
  12.          - Further performance improvement: sampling RS232, keyboard,
  13.            DCD and break status now takes 0.07mS (on new versions of TOS,
  14.            0.15mS on the original ROM TOS) instead of 0.14mS. 
  15.            (Technical note: UniTerm uses trap 10 internally now, so other 
  16.            programs should leave this alone.)  
  17.         
  18.          - Mouse should work again in programs that are started from the
  19.            'Run program' item (this stoped working in 2.0d 10 or so).
  20.  
  21.          - `Feature' (I'm just documenting a bug that has been around a
  22.            long time): the `run' macro command only automatically 
  23.            indentifies TTP and TOS programs, if the extension is in 
  24.            capital letters.......
  25.  
  26.          - Whitespace is now allowed  after macro command names.
  27.  
  28.          - Internal command numbers for Ctrl F1 - F10 are 68 to 77.
  29.  
  30.          - All RS232 parameters can now be set:
  31.            add a '/' plus a 5 digit string in the following format to the
  32.            name filed in the dialer setup menu:
  33.  
  34.                    BPDSF
  35.                    |||||
  36.                    ||||Flowcontrol
  37.                    ||||   0     None 
  38.                    ||||   1     XOn/XOff
  39.                    ||||   2     RTS/CTS
  40.                    |||Stopbits
  41.                    |||   0     1
  42.                    |||   1     2
  43.                    ||Databits
  44.                    ||   0     8
  45.                    ||   1     7
  46.                    |Parity
  47.                    |   0     None
  48.                    |   1     Odd
  49.                    |   2     Even
  50.                    Baud
  51.                       0     19200
  52.                       1      9600  
  53.                       2      4800
  54.                      (3      3600)
  55.                       4      2400
  56.                      (5      2000)
  57.                      (6      1800)
  58.                       7      1200
  59.                      (8       600)
  60.                       9       300
  61.            
  62.           Trailing fields can be omitted, non digit characters do not 
  63.           change the value of the corresponding parameter.
  64.  
  65.           A macro command is now available that will take a string in 
  66.           above format and set the RS232 port:
  67.  
  68.                RS232CONF(string)
  69.  
  70.           Examples:
  71.  
  72.                 Dialer:
  73.                         att/1001      set the serial port to
  74.                                       9600 Baud, no parity, 8 data and 
  75.                                       1 stop bit, leave the flow control
  76.                                       setting alone.
  77.         
  78.                         te/-2111      leave speed setting as it is, set
  79.                                       even parity, 7 data, 2 stop bits
  80.                                       and XOn/XOff flowcontrol.
  81.  
  82.                 Macro:
  83.                         rs232conf('00000')
  84.                                       19200 Baud, no parity, 8 data and
  85.                                       1 stop bit and no flowcontrol
  86.                                       (the only setting you would need in
  87.                                       a perfect world :-)).
  88.                      
  89.                         rs232conf('----0')
  90.                                       just turn flow control off.
  91.  
  92.           >>Sorry for the rather horrible user interface!<<
  93.  
  94.           Warning: on pre Mega-TOS operating system releases, setting
  95.                    the serial port parameters caused a ASCII DEL to be
  96.                    sent. 
  97. ----------------------------------------------------------------------------
  98. Incremental change list:
  99. ========================
  100.  
  101. V2.0e 003
  102. ---------
  103.  
  104. If the file size received in a YModem batch file transfer is obviously
  105. wrong an error is displayed (the VMS (tm of Digital Equiment Corp.)
  106. implementation of YModem sometimes generates bad size information).
  107.  
  108. V2.0e 004
  109. ---------
  110.  
  111. Cursor got messed up if the Show Space menu was used.
  112.  
  113. V2.0e 005
  114. ---------
  115.  
  116. Fixed bug in dialer, that caused infinite repetions. 'Retries'
  117. now really means retries and not total try count.
  118.  
  119. V2.0e 007
  120. ---------
  121.  
  122. Improved a couple of small things in the 'Scroll History Buffer' commands,
  123. in particular the mouse cursor is handled a bit better.
  124.  
  125. V2.0e 008
  126. ---------
  127.  
  128. The GEMDOS devices PRN:, CON: and AUX: can now be used as targets for
  129. Kermit etc., CON: and AUX: naturally don't  really make any sense (beware
  130. that GEMDOS will only write upto a maximum of 32kB at once to one of the
  131. character devices), PRN: might be useful.
  132.  
  133. YModem now uses the same logic for determining the target directory/
  134. filename as Kermit does (just entering a path sets the current directory,
  135. a filename is used for the FIRST file received).
  136.  
  137. V2.0e 009
  138. ---------
  139.  
  140. Various small problems fixed:
  141.  
  142.      - the combination of a bug in MS-Kermit 2.31 and one in UniTerm
  143.        Kermit sometimes lead to disagreement about using long packets.
  144.  
  145.      - ESC ` in Tek mode now resets the line-drawing mode correctly
  146.  
  147.      - ESC ENQ know works properly in Tek mode.
  148.  
  149. V2.0e 010
  150. ---------
  151.  
  152. ESQ ENQ still had a bug (reported the wrong postition).
  153.  
  154. V2.0e 011
  155. ---------
  156.  
  157. The mouse-based paste and cut feature didn't properly append EOL after
  158. each line, if ouy selected send and pressed the right button.
  159.  
  160. Exiting UniTerm with a file-capture in progress now writes anything
  161. still left in the transfer buffer to disk (this was in fact a bug, it
  162. should have always worked).
  163.  
  164. ****************************************************************************
  165.